home *** CD-ROM | disk | FTP | other *** search
-
-
- ===( 'TRON' (the tron commander) )=============
-
-
- This is a little Utility to send command's to one, some or
- all BBS nodes.
-
- This is very convenient if you want to controle your BBS with scripts.
-
- For example, you can call out to a system for mail just by
- typing 'tron -c -1 14:103/204' in a shell window.
-
- These commands area very handy if you use a 'cron' utility that
- spawns programmas or scripts to start processing mail or to
- call to your mail HUB/HOST.
-
- With the tron utility you can also Warn a user that it's about time
- to log him so you can poll for your mail.
- Also you can force logoff this user with this utility.
-
- For examples look in the tron:scripts/ directory.
- Also there is some explanation of options in this file.
-
-
- Door bovenstaande commandos in zo'n tabel/script op te nemen kan
- heel simpel een systeem worden gemaakt om 's nachts automatisch
- andere BBSen voor EchoMail te bellen.
- (na een eerst de User een tijdje hiervoor te hebben gewaarschuwd en hem
- iets later met wat dwang te laten uitlogen).
-
-
-
-
-
- ===( 'TRON' Options (build in help screen) )=============
-
-
-
- Tron commander V0.49 (c)94 Paul Spijkerman.
- Use : <-command> [-nodes] ["string"]
-
- -0 .. -9 = Send message to nodes.
- -A = Send message to all nodes.
-
- -X = Quiet operation.
-
- -P0 -F = Serial Port Off.
- -P1 -N = Serial Port On.
- -I0 = Don't accept incoming calls.
- -I1 = Accept incoming calls.
- -U0 = Sysop not available.
- -U1 = Sysop available.
- -W0 = Iconize a node
- -W1 -D = DeIconize a node
- -M = Send node message.
- -C = Make FidoNet call.
- -S = Sysop login.
- -O = Normal login.
- -Q = Quit a node.
- -L = Logoff a user.
-
-
-
- ===( 'TRON' Some examples )=============
-
-
- If you don't specify a BBS node number .. the utility will send a
- command to node 0.
- You can send commands to more nodes at once.
- (for instance: tron -0 -1 -2 ............)
- Or you can send commands to all BBS nodes (Node 0 to 9)
- (for instance: tron -A ............)
-
-
-
-
- Send a line of text to a BBS node:
-
- tron -1 -x -m "Hello, some one there ? .."
- tron -0 -1 -m Test
- tron -a -x -m "system slows down due to mail processing"
-
-
- You can use this in a menu to send a message to all nodes that a
- Users is loged in on an other node.
-
- DosCommand "tron:utils/tron -m -a -x 'User ~200 logged in on node ~50.'"
-
-
-
-
- Call a BBS to deliver or het mail:
-
- tron -1 -c 14:103/204
-
- Note: This will only work when there is mail for the called system
- in the tron:outbound/ directory.
- When there is no mail you can create a poll packet with the 'poll'
- command like this:
-
- Poll 14:103/204
-
-
-
- This one logs the sysop in wihout deIconizing with the mouse
- and the need to type in his name and password.
-
- tron -0 -s
-
-
-
- Stop and removes a node from memory.
-
- tron -0 -q
-
-
-
- Logoff a User from node 0.
-
- tron -0 -l
-
-
-